home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000184_news@columbia.edu _Tue Aug 13 16:48:52 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id QAA04638 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 13 Aug 1996 16:48:52 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id QAA14440 for kermit.misc@watsun; Tue, 13 Aug 1996 16:48:51 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.sgi.com!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.os.linux.misc,comp.protocols.kermit.misc
  7. Subject: Re: VT 320 emulator
  8. Message-ID: <1996Aug13.123948.83865@cc.usu.edu>
  9. Date: 13 Aug 96 12:39:48 MDT
  10. References: <m2wwzc8zuk.fsf@pc29.dfg-bonn.de> <4unlol$8n2@sf18.dseg.ti.com>
  11. Followup-To: comp.os.linux.misc,comp.protocols.kermit.misc
  12. Organization: Utah State University
  13. Lines: 15
  14. Xref: news.columbia.edu comp.os.linux.misc:138524 comp.protocols.kermit.misc:5754
  15.  
  16. In article <4unlol$8n2@sf18.dseg.ti.com>, megee@exwin.dseg.ti.com (Robert Megee) writes:
  17. > I would like to add to the needs of this emulator that it support
  18. > regis graphics like a vt241.  I too am forced to interface with a
  19. > vax but must do so via an ip network.  Xterm doesn't support the
  20. > regis graphics and launching a DECTERM back seems to lock my linux
  21. > box.  Any help?
  22. ------------
  23.     We looked at ReGIS graphics some years ago when designing the
  24. current VT320 emulator in MS-DOS Kermit. The conclusions were a) ReGIS
  25. was well out of date/obsolete, b) it would be a large body of code,
  26. and c) it presumed much more memory than PCs had. Rather than do a
  27. subset (which subset since there's always piece missing for someone)
  28. we decided not implement ReGIS and instead do Sixel (plus the other
  29. graphics support in MSK).
  30.         Joe D.